Nodes
The Node object is the primary data type for the entire DOM. A node can be an element node, an attribute node, a text node, or any other of the node types. Node Activities can be used to manage nodes in the XML.
📄️ Add XML Node
Activity Description
📄️ Edit XML Node
Activity Description
📄️ XML Delete Node by XPath
Activity Description
📄️ XML Evaluate XPath Expression
Activity Description